home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
AGSPPX15.ZIP
/
WHAT'S.NEW
< prev
Wrap
Text File
|
1995-07-08
|
3KB
|
92 lines
Listed here are only public releases...
News in 1.5O :
Note :
- PGP key & Internet address changed ! see PPLX.DOC.
New Stuff :
- More Anti-decompilation systems are now outstripped!
see the section about Anti-decompilation systems in PPLX.DOC for
further details.
- PPLX can now be runned with wildcards, for example type PPLX *
to decompile every PPE in the current directory.
- Analysis flags are now displayed on the screen after decompilation
(Only flags, not flags explanation)
- Analysis mode can be turned ON with /A instead of /ANALYSIS
- /L tells PPLX no to delete the PPU file
- /U tells PPLX to only decrypt the PPE to a PPU file
Bug fix :
- Code size is now coded with a longint, avoiding the error "Cannot
allocate -xxxxx Bytes"
- Problems handling multiple operators like : PRINT !!!1
fixed.
News in 1.3O :
Bug fix :
- Oh oh... Predefined variables U_* were not handled... resulting in
the insertion of a 0 or FALSE or "" instead of the U_variable name.
Fixed! Sorry ;>
News in 1.2O :
New stuff :
- Parameter /ANALYSIS may now be used to allow PPLX to make an
heuristic-like analysis of the ppe beeing decompiled. If you
decompile PPE's only to check backdoors, you will love this switch!
Look at the end of the PPX file to see what we are talking about.
Bug fix :
- Nasty bug in the parenthesis management... for example a source
line like "PRINT 1+2/(3/4)" was decompiled as "PRINT 1+2/3/4"
although many other arythmetic parenthesis combinations were well
decompiled. this is fixed! :)
- Bug that occured when using local variables in the last
procedure/function. fixed!
News in 1.O1 :
Bug fix :
- Small bug that prevent PPLX from decompiling some PPE's in very
special circumstances (actually, i only saw this happen one
time ;)) Fixed!
News in 1.OO :
- Lot of bugs corrected, first non-beta release.
- Previous version was decompiling about 80% of PPE's 2.O & 3.x (and
almost NO PPE v1.O ;)) This version decompile 100% of my PPE
collection (227 files). Some does not recompile due to unused
functions, but they only need 2/3 changes to be recompilable.
I don't think that 100% of the PPE's you will try to decompile
will work, but i tested enough to evaluate the percentage of
success to more that 99%.
News in 1.OOß1 :
- First release, enjoy! :)